Fix FTBFS on power "not a constant expression"
authorDebian Games Team <pkg-games-devel@lists.alioth.debian.org>
Sat, 1 Aug 2026 11:36:36 +0000 (13:36 +0200)
committerCesare Falco <c.falco@ubuntu.com>
Sat, 1 Aug 2026 11:36:36 +0000 (13:36 +0200)
commit1b81dc2d7d78b00dd6e221267538763474e94362
treec9c98560cae898b5cdced9204ee577f7d40c6804
parent136dae8e88fd5fb1b7f314657a1ac2d6338fccac
Fix FTBFS on power "not a constant expression"

There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157

There are some explanation upstream :
https://github.com/mamedev/mame/issues/3157
and this probably due to the fact that IBM 128bit long double format
is not constant folded.
I slighlty rewrote ""_kHz_XTAL(long double clock) and ""_MHz_XTAL(long double clock)
the way ""_kHz_XTAL(unsigned long long clock) and ""_MHz_XTAL(unsigned long long clock)
which makes the compiler happy.
Also including an upstream change about rounding to get same results as on x86
: https://github.com/mamedev/mame/pull/5164
Author: Frédéric Bonnard <frediz@debian.org>

Gbp-Pq: Name fix-922619.patch
src/emu/xtal.h